projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbc5b7
)
(mh-restore-desktop-buffer): Delete with-no-warnings.
author
Lars Hansen
<larsh@soem.dk>
Thu, 22 Apr 2004 19:48:27 +0000
(19:48 +0000)
committer
Lars Hansen
<larsh@soem.dk>
Thu, 22 Apr 2004 19:48:27 +0000
(19:48 +0000)
lisp/mh-e/mh-e.el
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-e.el
b/lisp/mh-e/mh-e.el
index 1db42327b53059367dd63eea3ae059622688dce8..ca81350ba5790dba05456c3a079aed85580eabbe 100644
(file)
--- a/
lisp/mh-e/mh-e.el
+++ b/
lisp/mh-e/mh-e.el
@@
-2448,10
+2448,9
@@
well.")
desktop-buffer-name
desktop-buffer-misc)
"Restore an mh folder buffer specified in a desktop file."
- (with-no-warnings
- (mh-find-path)
- (mh-visit-folder desktop-buffer-name)
- (current-buffer)))
+ (mh-find-path)
+ (mh-visit-folder desktop-buffer-name)
+ (current-buffer))
(provide 'mh-e)